org.eclipse.vtp.framework.interactions.core.configurations
Interface InteractionsConstants

All Known Implementing Classes:
BridgeMessageConfiguration, DataRequestConfiguration, ExternalReferenceConfiguration, InputConfiguration, InputRequestConfiguration, LanguageConfiguration, MediaConfiguration, MediaProviderBindingConfiguration, MediaProviderConfiguration, MetaDataConfiguration, MetaDataItemConfiguration, OutputConfiguration, OutputMessageConfiguration, PropertyConfiguration, SelectionChoiceConfiguration, SelectionRequestConfiguration, SharedContentConfiguration, TransferMessageConfiguration

public interface InteractionsConstants

ConfigConstants.

Author:
Lonnie Pryor

Field Summary
static java.lang.String NAME_CHOICE
          The "choice" name constant.
static java.lang.String NAME_CHOICES
          The "choices" name constant.
static java.lang.String NAME_CONTENT_TYPE
          The "content-type" name constant.
static java.lang.String NAME_DATA_NAME
          The "data-name" name constant.
static java.lang.String NAME_DATA_REQUEST
          The "data-request" name constant.
static java.lang.String NAME_FORMATTER
          The "formatter" name constant.
static java.lang.String NAME_ID
          The "id" name constant.
static java.lang.String NAME_INPUT
          The "input" name constant.
static java.lang.String NAME_INPUT_ITEM
          The "input-item" name constant.
static java.lang.String NAME_INPUT_NAME
          The "input-name" name constant.
static java.lang.String NAME_INPUT_REQUEST
          The "input-request" name constant.
static java.lang.String NAME_INTERACTION_TYPE
          The "interaction-type" name constant.
static java.lang.String NAME_KEY
          The "key" name constant.
static java.lang.String NAME_LANGUAGE
          The "language" name constant.
static java.lang.String NAME_LOCALE
          The "locale" name constant.
static java.lang.String NAME_MEDIA
          The "media" name constant.
static java.lang.String NAME_MEDIA_PROVIDER
          The "media-provider" name constant.
static java.lang.String NAME_MEDIA_PROVIDER_BINDING
          The "media-provider-binding" name constant.
static java.lang.String NAME_META_DATA
          The "meta-data" name constant.
static java.lang.String NAME_META_DATA_ITEM
          The "meta-data-item" name constant.
static java.lang.String NAME_META_DATA_SET
          The "meta-data-set" name constant.
static java.lang.String NAME_NAME
          The "name" name constant.
static java.lang.String NAME_OUTPUT
          The "output" name constant.
static java.lang.String NAME_OUTPUT_ITEM
          The "output-item" name constant.
static java.lang.String NAME_OUTPUT_MESSAGE
          The "output-message" name constant.
static java.lang.String NAME_OUTPUT_NAME
          The "output-name" name constant.
static java.lang.String NAME_PROPERTY
          The "property" name constant.
static java.lang.String NAME_PROPERTY_ITEM
          The "property-item" name constant.
static java.lang.String NAME_RESOURCE_MANAGER
          The "resource-manager" name constant.
static java.lang.String NAME_SCRIPT
          The "script" name constant.
static java.lang.String NAME_SCRIPTING_LANGUGAGE
          The "scripting-language" name constant.
static java.lang.String NAME_SELECTION_REQUEST
          The "selection-request" name constant.
static java.lang.String NAME_SHARED_CONTENT
          The "shared-content" name constant.
static java.lang.String NAME_TRANSFER_MESSAGE
          The "transfer-message" name constant.
static java.lang.String NAME_TYPE
          The "type" name constant.
static java.lang.String NAME_VALUE
          The "value" name constant.
static java.lang.String NAMESPACE_URI
          The name space URI of the interactions configuration objects.
 

Field Detail

NAMESPACE_URI

static final java.lang.String NAMESPACE_URI
The name space URI of the interactions configuration objects.

See Also:
Constant Field Values

NAME_CONTENT_TYPE

static final java.lang.String NAME_CONTENT_TYPE
The "content-type" name constant.

See Also:
Constant Field Values

NAME_CHOICE

static final java.lang.String NAME_CHOICE
The "choice" name constant.

See Also:
Constant Field Values

NAME_CHOICES

static final java.lang.String NAME_CHOICES
The "choices" name constant.

See Also:
Constant Field Values

NAME_DATA_NAME

static final java.lang.String NAME_DATA_NAME
The "data-name" name constant.

See Also:
Constant Field Values

NAME_DATA_REQUEST

static final java.lang.String NAME_DATA_REQUEST
The "data-request" name constant.

See Also:
Constant Field Values

NAME_FORMATTER

static final java.lang.String NAME_FORMATTER
The "formatter" name constant.

See Also:
Constant Field Values

NAME_ID

static final java.lang.String NAME_ID
The "id" name constant.

See Also:
Constant Field Values

NAME_INPUT

static final java.lang.String NAME_INPUT
The "input" name constant.

See Also:
Constant Field Values

NAME_INPUT_ITEM

static final java.lang.String NAME_INPUT_ITEM
The "input-item" name constant.

See Also:
Constant Field Values

NAME_INPUT_NAME

static final java.lang.String NAME_INPUT_NAME
The "input-name" name constant.

See Also:
Constant Field Values

NAME_INPUT_REQUEST

static final java.lang.String NAME_INPUT_REQUEST
The "input-request" name constant.

See Also:
Constant Field Values

NAME_INTERACTION_TYPE

static final java.lang.String NAME_INTERACTION_TYPE
The "interaction-type" name constant.

See Also:
Constant Field Values

NAME_KEY

static final java.lang.String NAME_KEY
The "key" name constant.

See Also:
Constant Field Values

NAME_LANGUAGE

static final java.lang.String NAME_LANGUAGE
The "language" name constant.

See Also:
Constant Field Values

NAME_LOCALE

static final java.lang.String NAME_LOCALE
The "locale" name constant.

See Also:
Constant Field Values

NAME_MEDIA

static final java.lang.String NAME_MEDIA
The "media" name constant.

See Also:
Constant Field Values

NAME_MEDIA_PROVIDER

static final java.lang.String NAME_MEDIA_PROVIDER
The "media-provider" name constant.

See Also:
Constant Field Values

NAME_MEDIA_PROVIDER_BINDING

static final java.lang.String NAME_MEDIA_PROVIDER_BINDING
The "media-provider-binding" name constant.

See Also:
Constant Field Values

NAME_META_DATA

static final java.lang.String NAME_META_DATA
The "meta-data" name constant.

See Also:
Constant Field Values

NAME_META_DATA_ITEM

static final java.lang.String NAME_META_DATA_ITEM
The "meta-data-item" name constant.

See Also:
Constant Field Values

NAME_META_DATA_SET

static final java.lang.String NAME_META_DATA_SET
The "meta-data-set" name constant.

See Also:
Constant Field Values

NAME_NAME

static final java.lang.String NAME_NAME
The "name" name constant.

See Also:
Constant Field Values

NAME_OUTPUT

static final java.lang.String NAME_OUTPUT
The "output" name constant.

See Also:
Constant Field Values

NAME_OUTPUT_ITEM

static final java.lang.String NAME_OUTPUT_ITEM
The "output-item" name constant.

See Also:
Constant Field Values

NAME_OUTPUT_NAME

static final java.lang.String NAME_OUTPUT_NAME
The "output-name" name constant.

See Also:
Constant Field Values

NAME_OUTPUT_MESSAGE

static final java.lang.String NAME_OUTPUT_MESSAGE
The "output-message" name constant.

See Also:
Constant Field Values

NAME_PROPERTY

static final java.lang.String NAME_PROPERTY
The "property" name constant.

See Also:
Constant Field Values

NAME_PROPERTY_ITEM

static final java.lang.String NAME_PROPERTY_ITEM
The "property-item" name constant.

See Also:
Constant Field Values

NAME_RESOURCE_MANAGER

static final java.lang.String NAME_RESOURCE_MANAGER
The "resource-manager" name constant.

See Also:
Constant Field Values

NAME_SCRIPT

static final java.lang.String NAME_SCRIPT
The "script" name constant.

See Also:
Constant Field Values

NAME_SCRIPTING_LANGUGAGE

static final java.lang.String NAME_SCRIPTING_LANGUGAGE
The "scripting-language" name constant.

See Also:
Constant Field Values

NAME_SELECTION_REQUEST

static final java.lang.String NAME_SELECTION_REQUEST
The "selection-request" name constant.

See Also:
Constant Field Values

NAME_SHARED_CONTENT

static final java.lang.String NAME_SHARED_CONTENT
The "shared-content" name constant.

See Also:
Constant Field Values

NAME_TRANSFER_MESSAGE

static final java.lang.String NAME_TRANSFER_MESSAGE
The "transfer-message" name constant.

See Also:
Constant Field Values

NAME_TYPE

static final java.lang.String NAME_TYPE
The "type" name constant.

See Also:
Constant Field Values

NAME_VALUE

static final java.lang.String NAME_VALUE
The "value" name constant.

See Also:
Constant Field Values